home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 February / Practical Internet February 2002.iso / pc / Software / Browsing / httrack-3.09e2.exe / {app} / lib / htssystem.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  190 b   |  13 lines

  1. /*
  2.     HTTrack library example
  3. */
  4.  
  5. #define HTS_PLATFORM 1
  6. #define HTS_ANALYSTE 1
  7. #define HTS_PLATFORM_NAME "example"
  8. #ifdef _WIN32
  9. #define HTS_WIN 1
  10. #define HTS_USEZLIB 0
  11. #endif
  12.  
  13.